home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Named Pipes / API / ParentMainFormUnit.dfm / ParentMainFormUnit.txt
Encoding:
Text File  |  1997-02-14  |  572 b   |  30 lines

  1. object Form1: TForm1
  2.   Left = 197
  3.   Top = 107
  4.   Width = 371
  5.   Height = 300
  6.   Caption = 'Named pipe server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 363
  23.     Height = 273
  24.     Align = alClient
  25.     BorderStyle = bsNone
  26.     ReadOnly = True
  27.     TabOrder = 0
  28.   end
  29. end
  30.